home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / newalias.1 < prev    next >
Text File  |  1995-07-25  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.      NNNNEEEEWWWWAAAALLLLIIIIAAAASSSS((((1111LLLL))))UUUUSSSSEEEENNNNEEEETTTT CCCCoooommmmmmmmuuuunnnniiiittttyyyy TTTTrrrruuuusssstttt ((((EEEEllllmmmm VVVVeeeerrrrssssiiiioooonnnn 2222....4444)))) NNNNEEEEWWWWAAAALLLLIIIIAAAASSSS((((1111LLLL))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           newalias - install new elm aliases for user and/or system
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           nnnneeeewwwwaaaalllliiiiaaaassss [-g]
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.           _N_e_w_a_l_i_a_s creates new hash and data files from a text file.
  16.           If the program is invoked with the -_g (global) flag, the
  17.           program updates the system alias files.  Otherwise, the
  18.           program looks for a file called $_H_O_M_E/._e_l_m/_a_l_i_a_s_e_s._t_e_x_t and,
  19.           upon finding it, creates files $_H_O_M_E/._e_l_m/_a_l_i_a_s_e_s._d_i_r,
  20.           $_H_O_M_E/._e_l_m/_a_l_i_a_s_e_s._p_a_g and $_H_O_M_E/._e_l_m/_a_l_i_a_s_e_s for the _e_l_m
  21.           program.
  22.  
  23.           The format that the program expects is;
  24.  
  25.                alias, alias, .. = comment = address
  26.           or
  27.                alias, alias, .. = comment = alias, alias, ...
  28.  
  29.           The first form is for an individual user such as;
  30.  
  31.                dave, taylor = Dave Taylor = veeger!hpcnou!dat
  32.  
  33.           or optionally as;
  34.  
  35.                dave, taylor = Taylor; Dave = veeger!hpcnou!dat
  36.  
  37.           to allow the aliases to be properly sorted by last name.
  38.  
  39.           The second is for defining a group alias such as;
  40.  
  41.                gurus = Unix Gurus = alan, john, dave, mike, richard,
  42.                                  larry, t_richardson
  43.  
  44.  
  45.           Note that lines can be continued at will, blank lines are
  46.           accepted without error, and that any line starting with '#'
  47.           is considered a comment and is not processed.
  48.  
  49.           If the `comment', or `address' fields need to contain `='
  50.           characters, those characters must either be escaped using a
  51.           backslash character or the address must be inside
  52.           doublequotes (`"').
  53.  
  54.           Aliases are case insensitive so dave and Dave are both the
  55.           same alias.
  56.  
  57.           Finally, aliases can contain other aliases, and/or groups;
  58.  
  59.                unix = Unix people = gurus, taylor, jonboy
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 7/15/95)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      NNNNEEEEWWWWAAAALLLLIIIIAAAASSSS((((1111LLLL))))UUUUSSSSEEEENNNNEEEETTTT CCCCoooommmmmmmmuuuunnnniiiittttyyyy TTTTrrrruuuusssstttt ((((EEEEllllmmmm VVVVeeeerrrrssssiiiioooonnnn 2222....4444)))) NNNNEEEEWWWWAAAALLLLIIIIAAAASSSS((((1111LLLL))))
  71.  
  72.  
  73.  
  74.      FFFFIIIILLLLEEEESSSS
  75.           $HOME/.elm/aliases.text         alias source for user
  76.           $HOME/.elm/aliases.dir          alias dbz directory for user
  77.           $HOME/.elm/aliases.pag          alias dbz hash file for user
  78.           $HOME/.elm/aliases              alias data file for user
  79.           /usr/local/lib/aliases.text     alias source for system
  80.           /usr/local/lib/aliases.dir      alias dbz directory for
  81.           system
  82.           /usr/local/lib/aliases.pag      alias data hash table for
  83.           system
  84.           /usr/local/lib/aliases          alias data file for system
  85.  
  86.      AAAAUUUUTTTTHHHHOOOORRRR
  87.           Elm Development Group
  88.  
  89.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  90.           elm(1L), elmalias(1L), checkalias(1L), mail(1), mailx(1)
  91.  
  92.      DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  93.           Newalias has a couple of descriptive error messages which
  94.           don't need to be detailed here.  It is, however, worth
  95.           noting that the _c_h_e_c_k_a_l_i_a_s program can be used to ensure
  96.           that the aliases are in the proper order and are available
  97.           for the _e_l_m system.
  98.  
  99.      BBBBUUUUGGGG RRRREEEEPPPPOOOORRRRTTTTSSSS TTTTOOOO
  100.           Syd Weinstein  elm@DSI.COM    (dsinc!elm)
  101.  
  102.      CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTTSSSS
  103.           Copyright 1988-1992 by The USENET Community Trust
  104.           Derived from Elm 2.0,  Copyright 1986, 1987 by Dave Taylor
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 7/15/95)
  130.  
  131.  
  132.  
  133.